projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3beab
)
(jka-compr-temp-name-template): Fix editing error.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Apr 1997 23:43:42 +0000
(23:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 13 Apr 1997 23:43:42 +0000
(23:43 +0000)
lisp/jka-compr.el
patch
|
blob
|
history
diff --git
a/lisp/jka-compr.el
b/lisp/jka-compr.el
index ff176345a86593148e363f4a064ed5b17a028046..ff602eefce9da70a415792dfe851eda2b76833f6 100644
(file)
--- a/
lisp/jka-compr.el
+++ b/
lisp/jka-compr.el
@@
-339,6
+339,7
@@
to keep: LEN chars starting BEG chars from the beginning."
(defcustom jka-compr-temp-name-template
(expand-file-name "jka-com"
(or (getenv "TMPDIR") "/tmp/"))
+ "Prefix added to all temp files created by jka-compr.
There should be no more than seven characters after the final `/'."
:type 'string
:group 'jka-compr)